I'm working on a UIKit-based App Clip and full app that respond to app-based life-cycle events. The clip looks fine, it launches correctly. However, when I take a screenshot, the method application(_:continue:restorationHandler:) is triggered again (the activity is the same that triggered the clip in the first place, and type is NSUserActivityTypeBrowsingWeb). Is this a known issue?
Post
Replies
Boosts
Views
Activity
The new version of the app I'm working on has an App Clip but I cannot see the Clip (nor in messages nor in Safari smart banner): App is not installed in the device I'm testing
App is live (on gradual release, now at 5%)
App site association is updated with the appclips part
Xcode was used to create the Clip target, so the capability was added
Universal links were in place before, so I just added a new item for the appclips to the associated domains (appclips:example.com)
I created an advance experience to make explicit which url can invoke the clip: https://example.com/supported/*
What am I missing? What could be the reasons for the app clip not showing?